ComponentOne Xamarin.iOS
MaxSize Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class : MaxSize Property
Gets or sets the maximum size for the items in the collection.
Syntax
'Declaration
 
Public Property MaxSize As Double
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Double
 
instance.MaxSize = value
 
value = instance.MaxSize
public double MaxSize {get; set;}
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members